projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a1c834
)
lisp/gnus/nnimap.el (nnimap-get-groups): Fix XEmacs compilation
author
Katsumi Yamaoka
<yamaoka@jpl.org>
Wed, 18 Feb 2015 23:06:12 +0000
(23:06 +0000)
committer
Katsumi Yamaoka
<yamaoka@jpl.org>
Wed, 18 Feb 2015 23:06:12 +0000
(23:06 +0000)
lisp/gnus/nnimap.el
patch
|
blob
|
history
diff --git
a/lisp/gnus/nnimap.el
b/lisp/gnus/nnimap.el
index 6904e0a72595b7bbc04a117e3d7a1f43c92894d7..369d9d36418f24ec0664fa75f9992d29f0019529 100644
(file)
--- a/
lisp/gnus/nnimap.el
+++ b/
lisp/gnus/nnimap.el
@@
-1265,7
+1265,7
@@
If LIMIT, first try to limit the search to the N last articles."
(group (buffer-substring-no-properties
(progn (skip-chars-forward " \"")
(point))
- (progn (
move-end-of-line 1
)
+ (progn (
end-of-line
)
(skip-chars-backward "
\r
\"")
(point)))))
(unless (member '%NoSelect flags)